home *** CD-ROM | disk | FTP | other *** search
- #define USE_DEBUGGER /* Undefine this to replace debugger calls with alerts */
-
- #ifdef USE_DEBUGGER
- #define Gripe( foo ) DebugStr( foo )
- #else
- #define Gripe( foo ) RealGripe( foo )
- #endif
-
- void RealGripe( StringPtr complaint );
-